home *** CD-ROM | disk | FTP | other *** search
- COMMAND: FILTER DOCUMENTATION : On-line
-
- FUNCTION: Removes all control characters from text files.
-
- FORMAT: FILTER filespec[filespec...] [>filespec]
- or
- FILTER filespec >>filespec
-
- TYPE: Public domain software
-
- REMARKS: The input file(s) is(are) filtered of all control characters less
- than decimal 32 except for tab and cr-lf. FILTER will add a line
- feed to all carriage returns without one. In the first form, one
- or more input files are filtered and the output is written to the
- screen or, optionally, to another file. In the second form, one file
- is filtered and the output is written to the screen or, optionally,
- is appended to the output file. There must be a space between each
- file name and there must be no spaces between > or >> and the output
- file name. Global file name characters may not be used.
-
-
-
-